home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 41 / PC Gamer IT CD 41 2-2.iso / utility / CISEI / 16BIT / PROF.DXR / 00019.ls < prev    next >
Encoding:
Text File  |  1998-10-06  |  201 b   |  10 lines

  1. on sistemaframe
  2.   global matframe, fra
  3.   repeat with c = 1 to count(matframe)
  4.     if fra < getAt(matframe, c) then
  5.       set fra to getAt(matframe, c - 1)
  6.       exit repeat
  7.     end if
  8.   end repeat
  9. end
  10.